@charset "utf-8";
/**
 * Zhang Jian reset css
 * 2017-now
 */

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}
ol, ul, li{
    list-style: none;
}
p{
    font-size: 14px;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.img:hover img{
    transform: scale(1.1);
}
img{
    transition: all 0.5s ease;
    display: block;
}
/* custom */
a{
    color: #5f656d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
a:hover{
    text-decoration: none;
    color:var(--theme-color);
}
a:link{
    text-decoration: none;
}
a:focus{
    outline:none;
}
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track-piece{
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html, body{
    width: 100%;
    font-family:Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
    color: #5f656d;
}
body{
    line-height: 1.8;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
}
img{
    max-width: 100%;
}
:root{
    --theme-color:#007d2d;
    --secondary-color:#53413f;
    --third-color:#ffd800;
    --color-fixedright:#2e3e79;
    --theme-font-family:'PingFang SC'
}
/*浮动*/

.left{
    float: left;
}
.right{
    float: right;
}

/*弹性布局*/
.flex{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flexRight{
    display: flex;
    flex-direction: row-reverse;
}
.flexDown{
    display: flex;
    flex-direction: column;
}
.flexUp{
    display: flex;
    flex-direction: column-reverse;
}
.flexBetween{
    display: flex;
    justify-content: space-between;
}
.flexCenter{
    display: flex;
    justify-content: center;
}
.flexAligncenter{
    display: flex;
    align-items: center;
}
.flexEnd{
    display: flex;
    align-items: flex-end;
}
.flexBaseline{
    display: flex;
    align-items: baseline;
}
.c-flex{display: flex;flex-wrap: wrap;align-items: center}

/*定位*/
.pr{
    position: relative;
}
.pa{
    position: absolute;
}

.text-overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.text-overflow-line2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-overflow-line3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*清除浮动*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/*页面宽度*/
.wrapper{
    
    margin:0 auto;
}
.wrapper{
    width:1200px;
}
@media screen and (min-width: 1441px) {
    
}
/*@media screen and (max-width: 1440px) {*/
/*    .wrapper{*/
/*        width:1200px;*/
/*    }*/
/*}*/
/*隐藏*/
.dn{
    display: none;
}

/*按钮*/

.more_style1{
    display: block;
    width: 144px;
    height: 48px;
    line-height: 44px;
    border:1px solid var(--theme-color);
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color:var(--theme-color);
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    margin-top:20px;
}
.more_style1 i{
    font-weight: normal;
    margin-left: 5px;
    font-size:12px;
}
.more_style1 div{
    transition: transform .3s, opacity .3s;
}
.more_style1 .dubbed{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    pointer-events: none;
}
.more_style1:hover{
    color:#fff;
    background-color:var(--theme-color);
    border-color:rgba(255, 255, 255, 0.3);
}
.more_style1:hover .original{
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
.more_style1:hover .dubbed{
    opacity: 1;
    transform: none;
}

/* 按钮2 */

.button_wrap{
    margin-top: 50px;
}
.button_wrap .button{
    padding: 10px 50px;
    color:var(--theme-color);
    background-color:transparent;
    border-color:var(--theme-color);
    font-size: 18px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    letter-spacing: .9px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.5s;
    z-index: 1;
    font-style: normal;
    border-radius: 7px;
}
.button_wrap .button:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color:transparent;
}
.button_wrap .button:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color:var(--theme-color) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.button_wrap1 .button{
    color:#003f92;
    border-color: #003f92;
}

.button_wrap .button:hover{
    color:#fff;
    background-color:transparent;
    border-color:var(--theme-color);
}
.button_wrap .button:hover:after{
    border-width: 400px 400px 0 0;
}

/* 按钮3 */

.more_style3{
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background:var(--secondary-color);
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height:40px;
    line-height:40px;
    width: 130px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.more_style3 i{
    vertical-align: middle;
    margin-right: 5px;
    font-size:18px;
}
.more_style3:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease-out ;
    -moz-transition: all .4s ease-out ;
    -ms-transition: all .4s ease-out ;
    -o-transition: all .4s ease-out ;
    transition: all .4s ease-out ;
}
.more_style3:hover{
    color:#fff;
}
.more_style3:hover:before{
    -webkit-transform: scale(2);
    transform: scale(2);
}

@media screen and (max-width: 992px) {
    .button_wrap{
       margin-top: 20px;
    }
    .button_wrap .button{
        padding: 6px 30px;
        font-size:14px;
    }
    .more_style3{
        height: 40px;
        line-height: 40px;
        font-size:14px;
        padding: 0 30px;
    }
}

/*鼠标经过图片放大*/

img{
    margin: 0 auto;
}
.img_scale .img{
    overflow: hidden;
}
.img_scale .img img{
    transition: all .5s;
}
.img_scale:hover .img img{
    transform: scale(1.15);
}

.ptb30{
    padding:30px 0;
}
.mtb40{
    margin:40px 0;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.pb40mb20{
    padding-bottom: 40px;
}
.pb50mb20{
    padding-bottom: 50px;
}
.mtpc100mo40{
    margin-top:100px;
}
.mtpc90mo35{
    margin-top:90px;
}
.ptpc70m30{
    padding-bottom:70px;
    overflow: hidden;
}
.ptb80m30{
    padding-top:80px;
    padding-bottom:80px;
}
.ptpc80m30{
    padding-bottom:80px;
    overflow: hidden;
}
@media screen and ( max-width: 1200px){
    .mtpc100mo40{
        margin-top:35px;
    }
    .mtpc90mo35{
        margin-top: 35px;
    }
    .ptpc70m30{
        padding-bottom:30px;
    }
    .ptpc80m30{
        padding-bottom:30px;
    }
    .pb50mb20{
        padding-bottom: 20px;
    }
    .mt30{
        margin-top: 20px;
    }
    .pb40mb20{
        padding-bottom:20px;
    }
    .ptb80m30{
        padding-top:30px;
        padding-bottom:30px;
    }
    .ptb90m30{
        padding-top:30px;
        padding-bottom:30px;
    }
}